home *** CD-ROM | disk | FTP | other *** search
- VERSION 5.00
- Begin VB.Form Form1
- Caption = "Form1"
- ClientHeight = 5535
- ClientLeft = 90
- ClientTop = 690
- ClientWidth = 7470
- BeginProperty Font
- Name = "MS Sans Serif"
- Size = 8.25
- Charset = 0
- Weight = 700
- Underline = 0 'False
- Italic = 0 'False
- Strikethrough = 0 'False
- EndProperty
- LinkTopic = "Form1"
- Picture = "frmStart.frx":0000
- ScaleHeight = 5535
- ScaleWidth = 7470
- Begin VB.Label Label6
- Caption = "It would be helpful if you review the sample named Basic (Basic.vbp) before exercising with ESDF."
- ForeColor = &H000000FF&
- Height = 495
- Left = 120
- TabIndex = 5
- Top = 5040
- Width = 7215
- End
- Begin VB.Label Label5
- Caption = "Tips: for making a Column visble in the Table it has to have proprty Visible=true and has With>0. See property page of the Column."
- BeginProperty Font
- Name = "MS Sans Serif"
- Size = 8.25
- Charset = 0
- Weight = 400
- Underline = 0 'False
- Italic = 0 'False
- Strikethrough = 0 'False
- EndProperty
- Height = 855
- Left = 4080
- TabIndex = 4
- Top = 1200
- Width = 3255
- End
- Begin VB.Label Label4
- Caption = "2. Run your application and follow context help of error messages."
- BeginProperty Font
- Name = "MS Sans Serif"
- Size = 8.25
- Charset = 0
- Weight = 400
- Underline = 0 'False
- Italic = 0 'False
- Strikethrough = 0 'False
- EndProperty
- Height = 255
- Left = 1920
- TabIndex = 3
- Top = 720
- Width = 5055
- End
- Begin VB.Label Label3
- BackStyle = 0 'Transparent
- Caption = "1. Insert ColumnEdit control in this form. Its image in the toolbox is:"
- BeginProperty Font
- Name = "MS Sans Serif"
- Size = 8.25
- Charset = 0
- Weight = 400
- Underline = 0 'False
- Italic = 0 'False
- Strikethrough = 0 'False
- EndProperty
- Height = 255
- Left = 1920
- TabIndex = 2
- Top = 480
- Width = 4935
- End
- Begin VB.Image Image1
- Height = 225
- Left = 6600
- Picture = "frmStart.frx":0640
- Top = 480
- Width = 240
- End
- Begin VB.Label Label2
- Caption = "Use this form create your application with ESDF:"
- Height = 255
- Left = 1920
- TabIndex = 1
- Top = 120
- Width = 5175
- End
- Begin VB.Label Label1
- BackStyle = 0 'Transparent
- Caption = "Quick start"
- BeginProperty Font
- Name = "MS Sans Serif"
- Size = 13.5
- Charset = 0
- Weight = 400
- Underline = 0 'False
- Italic = 0 'False
- Strikethrough = 0 'False
- EndProperty
- Height = 495
- Left = 480
- TabIndex = 0
- Top = 0
- Width = 1815
- End
- Attribute VB_Name = "Form1"
- Attribute VB_GlobalNameSpace = False
- Attribute VB_Creatable = False
- Attribute VB_PredeclaredId = True
- Attribute VB_Exposed = False
-